home *** CD-ROM | disk | FTP | other *** search
- Path: news.infinet.com!cedwards
- From: cedwards@infinet.com (Chad Edwards)
- Newsgroups: comp.lang.c++
- Subject: BC++45 Class Question
- Date: 15 Mar 1996 15:20:08 GMT
- Organization: InfiNet
- Message-ID: <4ic1r8$r1c@news1.infinet.com>
- NNTP-Posting-Host: 206.103.240.10
- X-Newsreader: TIN [version 1.2 PL2]
-
-
-
-
- I have a function which looks like this:
-
- void
- TDrawView::CmAdd() {
- blah;
- blah;
- blah;
- }
-
- TDrawView is of TFileView.
- What I want to do, is set the dirty flag to true when this function is
- executed. However, the SetDirty function is of another class.
-
- Is there a way to do this?
- --
-
-
- ______________________________________________________________________________
- A SIG? What the heck is a Sig? Something you smoke?
- http://www.infinet.com/~cedwards
-
- Home of:
-
- **** **** * *
- * * * * * *
- * * * * * * *
- **** **** * * *****
- Columbus Ohio APBA League
- _______________________________________________________________________________
-
-